home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6660 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.tufts.edu!usenet
  2. From: jrozes@gumbo.tcs.tufts.edu (Jonathan Rozes)
  3. Newsgroups: gnu.g++.help,comp.lang.c++,comp.sys.sgi.apps,comp.sys.sgi.misc
  4. Subject: Re: SGI and C++
  5. Date: 12 Feb 1996 16:54:06 GMT
  6. Organization: Tufts University
  7. Message-ID: <4fnrbe$v3u@d2.tufts.edu>
  8. References: <4f609s$rho@fu-berlin.de> <4ffp7q$1ue@kai.com>
  9.   <4ffu78$b2j@cnn.princeton.edu> <4fnoka$d1n@garuda.csulb.edu>
  10. Reply-To: jrozes@tcs.tufts.edu
  11. NNTP-Posting-Host: gumbo.tcs.tufts.edu
  12. X-Newsreader: knews 0.9.4
  13.  
  14. In article <4fnoka$d1n@garuda.csulb.edu>,
  15.     black@csulb.edu (Matthew Black) writes:
  16. >In article <4ffu78$b2j@cnn.Princeton.EDU>, tim@franck says...
  17.  
  18. >Are you referring to installing a previously compiled GCC binary?  I found
  19. >PERL far easier to build from source than GCC.  Of all the software I've 
  20. >built from source, PINE was the easiest...it required a single step.
  21.  
  22. Blech. Try to build pine with any options other than ones they've
  23. decided are best for you and you'll be editting files all day long.
  24. Optimizing the code so it runs reasonably well takes another week.
  25.  
  26. >GCC took several attempts and many steps...or am I missing something not
  27. >mentioned in the GCC documentation?
  28.  
  29. As long as you aren't building on an unsupported platform, or building a
  30. cross-compiler, you can just do:
  31.  
  32. ./configure [config-options]
  33. make bootstrap
  34. make install
  35.  
  36. jonathan
  37. -- 
  38. +++ Jonathan Rozes, Unix Systems Administrator, Tufts University
  39. ++  jrozes@tcs.tufts.edu, http://gumbo.tcs.tufts.edu/~jrozes/
  40. +   Ultimately, thinking is a very inefficient method of processing
  41.     data.... [Surfing the Himalayas, 0-312-14147-5]
  42.  
  43.